.more-a:hover {
  color: #fc4147 !important;
  opacity: .8;
}
.container-1180 {
  width: 1180px;
  margin: 0 auto;
}
.top-nav-wrap {
  position: relative;
  height: 80px;
  top: -40px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background: #fff;
  display: flex;
  z-index: 20;
}
.top-nav-wrap div {
  font-size: 14px;
}
.top-nav-wrap * {
  box-sizing: border-box;
}
.top-nav-wrap a {
  color: #333;
}
.top-nav-wrap .item {
  width: 20%;
  height: 80px;
  padding-top: 14px;
  padding-left: 50px;
  cursor: pointer;
  position: relative;
  display: block;
}
.top-nav-wrap .item:last-child:after {
  display: none;
}
.top-nav-wrap .item:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 26px;
  height: 46px;
  background: #ddd;
  width: 1px;
}
.top-nav-wrap .item:hover {
  background: rgba(252, 65, 71, 0.05);
}
.top-nav-wrap .item:hover .title {
  color: #fc4147;
}
.top-nav-wrap .item:hover .title .ico {
  background-image: url("/img/index/ico-arrow-r2.png");
}
.top-nav-wrap .item .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.top-nav-wrap .item .title .ico {
  margin-left: 15px;
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url("/img/index/ico-arrow-r.png") no-repeat;
  background-size: 100%;
}
.guohr-con {
  padding: 30px 0 60px;
  background: #F5F5F5;
}
.guohr-con * {
  box-sizing: border-box;
}
.guohr-con div {
  font-size: 14px;
}
.gh-list {
  *zoom: 1;
}
.gh-list:before,
.gh-list:after {
  content: "";
  display: table;
}
.gh-list:after {
  clear: both;
}
.gh-list .item {
  float: left;
  width: 220px;
  margin-right: 20px;
  background: #fff;
  border-radius: 8px;
  height: 320px;
  padding: 40px 10px;
  text-align: center;
  transition: box-shadow 0.4s;
}
.gh-list .item:nth-child(5n) {
  margin-right: 0;
}
.gh-list .item:hover {
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.16);
}
.gh-list .ico {
  width: 100%;
  height: 100px;
}
.gh-list .ico img {
  max-height: 100%;
}
.gh-list .title {
  margin: 15px 0 10px;
  font-size: 20px;
  font-weight: bold;
}
.gh-list .intro {
  color: #666;
}
.gh-list .btns {
  margin-top: 30px;
}
.gh-list .btns .btn {
  display: inline-block;
  text-align: center;
  width: 88px;
  height: 36px;
  line-height: 34px;
  border: 1px solid #fc4147;
  color: #fc4147;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.gh-list .btns .btn:hover,
.gh-list .btns .btn.active {
  background: #fc4147;
  color: #fff;
}
.g-fix-aside-wrap {
  display: none !important;
}
.h-fix-aside-wrap div {
  font-size: 14px;
}
.h-fix-aside-wrap .h-fix-aside-r {
  bottom: 260px;
}
.h-fix-aside-wrap .tips .flex {
  display: flex;
}
.h-fix-aside-wrap .tips .code {
  margin-right: 20px;
}
.h-fix-aside-wrap .tips .code:last-child {
  margin-right: 0;
}
.h-fix-aside-wrap .tips .code p {
  margin-top: 10px;
}
.h-fix-aside-wrap .tips .code img {
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 1521px) {
  .container-1180 {
    width: 1500px;
  }
  .gh-list .item {
    width: 284px;
  }
}
/*# sourceMappingURL=index2023.css.map */